Skip to content

Avoid invoking swiftc -front-end when building Dispatch overlay #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 21, 2016

Conversation

dgrove-oss
Copy link
Contributor

Simplify the rules for compiling .swift source files when
building the wrapping overlay to avoid invoking the swiftc
front-end directly. This avoids using an unsupported
swift compiler command line API and does the compilation
in a single shot with whole-module-optimization (potential
for better generated code).

Simplify the rules for compiling .swift source files when
building the wrapping overlay to avoid invoking the swiftc
front-end directly.  This avoids using an unsupported
swift compiler command line API and does the compilation
in a single shot with whole-module-optimization (potential
for better generated code).
@MadCoder MadCoder merged commit 548a1b9 into swiftlang:master Nov 21, 2016
@dgrove-oss dgrove-oss deleted the swiftc-rule-cleanup branch November 21, 2016 17:51
das pushed a commit that referenced this pull request Feb 21, 2017
Avoid invoking swiftc -front-end when building Dispatch overlay

Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants